@charset "utf-8";

@import url(normalize.css);

@import url(base.css);


/*reset*/

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #333333;
    font: 14px/1.8 'Microsoft Yahei', Arial, sans-serif;
    background: #fff;
}

input,
textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: middle
}

body,
button,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul,
menu {
    margin: 0
}

ol,
ul,
menu {
    padding-left: 0;
    list-style-type: none
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

a,
input,
select,
textarea {
    outline: none;
    star: expression(this.onFocus=this.blur());
}


/*ç¦æ­¢ç‚¹å‡»æ—¶å‡ºçŽ°è“è‰²åŒºåŸŸ*/

a {
    outline: 0;
    color: #333333;
    text-decoration: none;
    font-family: "微软雅黑";
    transition: 0.4s all
}

a:hover {
    color: #c0030d;
    text-decoration: none;
}

b,
i {
    font-style: normal
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.media-box h5 {

    -moz-transition: all ease-in-out 0.35s;

    -webkit-transition: all ease-in-out 0.35s;

    -o-transition: all ease-in-out 0.35s;

    -ms-transition: all ease-in-out 0.35s;

    transition: all ease-in-out 0.35s;
}

a.more {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

input,
b,
h1,
img,
span,
*:before,
*:after,
.arrs,
.mask2,
a.cateMore,
.media-box h5 {

    -moz-transition: all ease-in-out 0.35s;

    -webkit-transition: all ease-in-out 0.35s;

    -o-transition: all ease-in-out 0.35s;

    -ms-transition: all ease-in-out 0.35s;

    transition: all ease-in-out 0.35s;
}

li {
    list-style: none;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* common*/

.opc0 {
    opacity: 0;
}

.fix {
    *zoom: 1;
}

.fix:before,
.fix:after {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.el {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.eln {
    white-space: normal;
}

.btn {
    cursor: pointer;
}

.hide {
    display: none;
}

.arr {
    width: 0;
    height: 0;
    overflow: hidden;
}

.f_ewm {
    float: left;
    margin-right: 1em;
}

.clear {
    height: 1px;
    margin-top: -1px;
    clear: both;
    overflow: hidden;
}

.mar {
    margin: 0 auto
}

.left {
    float: left;
}

.right {
    float: right;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*my menu css*/

.header {
    height: auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1
}

button.nav-trigger {
    display: none;
    position: absolute;
    top: 5px;
    left: 1.4vw;
    z-index: 20;
    height: 50px;
    width: 50px;
    padding: 0 12px;
    background: 0 0;
    border: 0;
    outline: 0
}

.nav-trigger {
    transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1)
}

.nav-icon {
    position: relative;
    top: 2px;
    right: inherit;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 2.5rem;
    transition: all .3s
}

.nav-icon:after,
.nav-icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2.5rem;
    background-color: #fff;
    transition: all .3s
}

.nav-icon:before {
    top: 7px
}

.nav-icon:after {
    top: -7px
}

.navigation-is-visible .nav-trigger {
    -webkit-transform: translate3d(84vw, 0, 0);
    transform: translate3d(84vw, 0, 0)
}

.navigation-is-visible .nav-icon {
    background-color: transparent!important
}

.navigation-is-visible .nav-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background-color: #fff
}

.navigation-is-visible .nav-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background-color: #fff
}

.navBox {
    background-color: #2b2a2a
}

.nav_transform1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.nav_transform1 .navTop {
    position: absolute;
    top: 0px;
    display: none;
    height: 4px;
    background: #f89120;
}

.nav_transform1 .navTop {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.nav_transform1 ul.navCont {}

.nav_transform1 ul.navCont li.child {
    position: relative;
    float: left;
    width: 95px;
    margin-right: 8px;
    text-align: center;
}

.nav_transform1 ul.navCont li:last-child {
    margin-right: 0
}

.nav_transform1 ul.navCont li.child a {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 2.9rem 0;
    position: relative;
    z-index: 2
}

.nav_transform1 ul.navCont li.child span {
    width: 100%;
    height: 100%;
    background: url(../images/menu.png) top center no-repeat;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    transform: scaleX(0);
    z-index: 1;
    transition: 0.5s all
}

.nav_transform1 ul.navCont li.child:hover span {
    transform: scaleX(1);
}

.topbox {
    background: #fff;
    height: auto;
    overflow: hidden;
    padding: 1.5rem 0;
}

.toptel {
    text-align: right;
}

.toptel img {
    display: inline-block;
}

.pcmenu {
    width: 100%;
    height: 50px;
    line-height: 35px;
    background: #fff;
}

.pcmenu ul {
    width: 1200px;
    margin: 0 auto
}

.pcmenu ul li {
    width: 133px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    float: left;
}

.pcmenu ul li a {
    color: #333333;
    display: block;
    font-size: 1rem
}

.pcmenu ul li a:hover {
    color: #bf000a
}

.pcmenu ul li.selected a {
    color: #bf000a
}

.pcmenuft {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0f3a7c;
}

.pcmenuft ul {
    width: 1200px;
    margin: 0 auto
}

.pcmenuft ul li {
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
}

.pcmenuft ul li a {
    color: #fff;
    display: block;
    font-size: 1rem
}

.pcmenuft ul li a:hover {
    background: #19509a
}

.pcmenuft ul li.selected a {
    background: #1a509a
}



.bannerbox {
    width: 100%;
    height: 334px;
    overflow: hidden;
    position: relative;
}

.banner {
    width: 100%;
    height: 334px;
    text-align: center;
    background: url(../images/banner.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.flashbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.npiclist {}

.npiclist li {
    line-height: 3rem;
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    float: left;
}

.npiclist li img {
    width: 100%
}

.npiclist li .intxt {
    padding: 8px 8px 0 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}




/*footer*/

.footer {
    width: 100%;
    height: auto;
    color: #4d4d4d;
    font-size: 0.9rem;
    line-height: 2.2rem;
    background: #ede6d8;
    padding: 2rem 0;
    overflow: hidden;
}

.footer a {
    color: #4d4d4d;
}

.footer a:hover {
    color: #bf000a;text-decoration: underline;
}

.footer img {
    display: block;
    padding-bottom: 1rem
}

.footer .fm a {
    background: url(../images/fline.jpg) right center no-repeat;
    padding: 0 0.6rem
}

.footer .fm a:last-child {
    background: none
}

.article {
    padding: 0 0 2rem 0;
    line-height: 2rem;
    font-size: 0.95rem;
    border-bottom: 5px #d8d3c6 solid;
}


/*index*/

.sec_pro {
    padding: 2.8rem 0;
    height: auto;
    overflow: hidden;
    background: #fff
}

.intitle {
    padding: 2.8rem 0
}

.intitle img {
    display: block;
    margin: 0 auto
}

.intitle0 {
    padding: 2.8rem 0;
    position: relative;
}

.intitle0 img {
    display: block;
    margin: 0 auto
}

.intitle0 .more {
    position: absolute;
    right: 0;
    top: 5rem
}

.intype {
    text-align: center;
    padding-bottom: 2.8rem;
    height: auto;
    overflow: hidden;
}

.intype li {
    width: 7.3rem;
    height: 3.7rem;
    line-height: 3.7rem;
    text-align: center;
    font-size: 1.25rem;
    font-family: "宋体";
    background: url(../images/typebg.png) center no-repeat;
    background-size: 100% 100%;
    margin: 0 0.7rem;
    display: inline-block;
}

.intype li:hover {
    background: url(../images/typebgh.png) center no-repeat;
}

.probox {
    height: auto;
    overflow: hidden;
}

.probox li {
    width: 50%;
    line-height: 1.4rem;
    color: #333333;
    font-size: 0.9rem;
    float: left;
}

.probox li span {
    font-size: 1.75rem;
    line-height: 3.6rem;
    padding-top: 1rem;
    display: block;
}

.probox li img {
    max-width: 100%;
    padding-right: 1rem;
    display: inline-block;
    float: left;
}
.probox li img:hover{transform: scale(1.05);}
.probox li .inp {
    padding: 1.5rem;
    border: 1px #d9ceba solid;
    color: #333333;
    height: auto;
    overflow: hidden;
}

.probox li:first-child .inp {
    border-right: none
}

.probox li:hover a {
    color: #333333;
}

.probox li .more {
    width: 5.3rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    margin-top: 1rem;
    background: #c0030d;
    text-align: center;
    border-radius: 1rem
}

.probox li:hover .more {
    background: #333
}

.sec_abt {
    height: auto;
    overflow: hidden;
    padding: 3.5rem 0;
    background: url(../images/mount.png) left bottom no-repeat #f6f1e6;
}

.sec_abt .intitle {
    padding-top: 0
}

.sec_abt .intro {
    line-height: 1.87rem;
    color: #2e2e2e
}

.sec_abt .inmenu {
    padding-top: 2rem
}

.sec_abt .inmenu a {
    width: 5.3rem;
    height: 2rem;
    line-height: 2rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    font-size: 1rem;
    color: #c0030d;
    text-align: center;
    border-radius: 1rem;
    display: inline-block;
}

.sec_abt .inmenu a:hover {
    color: #fff;
    background: #c0030d
}

.sec_abt .inmenu img {
    display: inline-block;
}

.sec_xw {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-top: 0.8rem
}

.xwlist {
    border-bottom: 5px #d8d3c6 solid;
    padding-bottom: 1.8rem;
    height: auto;
    overflow: hidden;
}

.xwlist li {
    line-height: 1.3rem;
    color: #666666;
    font-size: 0.9rem;
    padding-bottom: 2rem
}

.xwlist li img {
    display: block;
    max-width: 100%
}

.xwlist li b {
    display: block;
    font-size: 0.95rem;
    line-height: 2.3rem;
    padding-top: 1rem;
    color: #333333
}

.xwlist li:hover b {
    color: #c0030d
}




/*newsbox*/

.sect_news {
    padding-top: 2rem
}

.newsbox {
    border-top: 1px #efefef solid;
    padding: 0 1rem;
}

.news-box {
    position: relative;
    padding: 1rem;
    overflow: hidden;
    color: #828282;
    margin-bottom: 1rem;
    background: #05245d;
}

.news-box .news_time .date {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0;
    font-size: 1.5rem;
    font-family: Impact;
    position: relative;
    padding-left: 15px;
}

.news-box .date:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    top: -100px;
    bottom: -100px;
    left: 0;
    background-color: #355eab;
}

.news-box .news_time .date i {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    color: rgba(255, 255, 255, 0.8);
}

.news-box .news_cont {}

.news-box .news_cont h5 {
    font-size: 1rem;
    line-height: 2.5rem;
    font-weight: normal;
    padding-bottom: 6px
}

.news-box .news_cont h5 a {

    color: #fff;

    display: block;

    padding-bottom: 5px;

    position: relative;
}

.news-box .news_cont h5 a:after {

    display: block;

    content: '';

    position: absolute;

    width: 20%;

    height: 1px;

    background-color: rgba(255, 255, 255, 0.3);
}

.news-box:hover .news_cont h5 a:after {

    width: 50%;
}

.news-box .news_cont p {
    padding: 0px 0 10px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.news-box a.more0 {
    border: 1px solid #d2d2d2;
    color: rgba(255, 255, 255, 0.8);
    padding: 3px 15px;
    display: inline-block;
}

.news-box a.more0:hover {
    background: #c4252a;
    border: 1px #c4252a solid;
    color: #fff
}





* //*news info*/
.rttitle {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px #eee solid
}

.rttitle span {
    font-size: 1.2rem;
    font-weight: bold;
}

.box {
    padding: 4%;
}

#newTitle {
    line-height: 3rem;
    font-size: 1.2rem;
    text-align: center;
}

#newsInfo {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #999;
    text-align: center;
    border-bottom: solid 1px #9999996b;
    padding-bottom: 0.6rem;
    margin: 10px;
}

.newsinfoleft {
    padding-left: 30px;
}

#newsInfo i {
    margin-right: 5px;
}

#infoImage {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
    position: relative;
}

#infoImage .pinfol {
    width: 52px;
    height: 100px;
    background: url(../images/plf.png) center no-repeat;
    left: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

#infoImage .pinfor {
    width: 52px;
    height: 100px;
    background: url(../images/prt.png) center no-repeat;
    right: 2%;
    top: 50%;
    margin-top: -50px;
    position: absolute;
}

#infoImage .pinfol:hover {
    background: url(../images/plfh.png) center no-repeat;
    transform: scale(1.1);
}

#infoImage .pinfor:hover {
    background: url(../images/prth.png) center no-repeat;
    transform: scale(1.1);
}

#infoImage img {
    max-width:98% !important;
    margin: 0 auto;
    display: block;
    border: 1px #e4e2e2 solid;
}

#newsContent {
    line-height: 2rem;
    font-size: 1rem;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

#newsContent img {
    max-width: 100%;
    padding: 1rem 0;
    display: block;
    margin: 0 auto;
    text-indent: 0em;
}

#newsContent div {
    text-indent: 2em;
}




/*right news*/

.rtbox {
    padding-left: 1.5rem;
    border-left: 1px #eee dotted
}

.rtlist {
    padding-bottom: 4rem
}

.rtlist li {
    padding: 0 0 16px;
}

.rtlist li .item_box {
    padding: 10px 0 20px;
    color: #999;
    display: block;
}

.rtlist li .item_wrapper {
    position: relative;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    border: 0
}

.rtlist li .date_wrap {
    bottom: -30px;
    position: absolute;
}

.rtlist li .date_wrap .md {
    top: auto;
    padding: 0;
    color: #bdbdbd;
    font-size: 14px;
    line-height: inherit
}

.rtlist li .date_wrap .year {
    position: initial;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 14px
}

.rtlist li .date_wrap span {
    display: inline-block;
    width: auto
}

.rtlist li .item_des {
    width: 100%
}

.rtlist li .description {
    display: block;
    line-height: 1.5rem;
    margin: 9pt 0 0
}

.rtlist li .title {
    color: #333;
    transition: 0.4s all
}

.rtlist li .title:hover {
    color: #a82127;
    padding-left: 5px
}

.table {

    background: #0f3a7c;

    width: 100%;

    font-size: 1rem;
}



.table .tr1 td {

    background: #0f3a7c;

    color: #fff;
}



.table tr td {

    background: #011330;

    line-height: 40px;

    width: auto !important;

    border: 1px #0f3a7c solid;

    padding: 0 30px !important;
}



.box {
    width: 100%;
    height: 20.6rem;
    line-height: 30px;
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
}

.box li {
    width: 100%;
    height: 6.8rem;
    line-height: 1.5rem;
    color: #7cceff;
    font-size: 0.9rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.box li img {
    width: 25%;
    float: left;
    padding-right: 2rem
}

.box li span {
    font-size: 1.12rem;
    line-height: 3rem;
    color: #ffffff;
    font-weight: bold;
}

.box li a {
    color: #7cceff;
}

#page {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 30px auto;
    clear: both;
}

#page a {
    min-width: 26px;
    height: 26px;
    background: #666;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

#page a:hover {
    background: #28a02a;
}

#page .current {
    min-width: 26px;
    height: 26px;
    color: #fff;
    background: #28a02a;
    display: inline-block;
}

#page_num {
    height: 22px;
    font-size: 14px;
    background: #eeeeee;
}




/*my joblist*/

.job_ul {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    overflow: hidden;
}

.job_ul .jobin {
    background: #fbf8f8;
    height: 170px;
    line-height: 22px;
    font-size: 14px;
    color: #717171;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.job_ul li {
    margin-bottom: 2rem;
    overflow: hidden;
}

.job_ul li .jobtitle {
    width: 100%;
    height: 42px;
    color: #a82127;
    font-size: 16px;
    line-height: 42px;
    border-bottom: 1px #e8e9e9 solid;
    margin-bottom: 15px;
}

.job_ul li .jobtitle span {
    float: right;
}

.job_ul li .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: 1px #bbbbbb solid;
    overflow: hidden;
    position: absolute;
    left: 30px;
    bottom: 30px;
    transition: 0.4s all
}

.job_ul li .more a {
    color: #969495;
    font-size: 14px;
    position: relative;
    z-index: 3
}

.job_ul li .more span {
    width: 100px;
    height: 100px;
    transform: scale(0.5);
    background: rgba(168, 33, 39, 0);
    left: 0;
    top: -35px;
    position: absolute;
    z-index: 2;
    transition: 0.5s all
}

.job_ul li .more:hover span {
    transform: scale(1);
    background: rgba(168, 33, 39, 1);
}

.job_ul li .more:hover a {
    color: #fff
}

.job_ul li .more:hover {
    border: 1px #a82127 solid;
}

.recruitconl {}

.recruitcon {
    width: 895px;
    height: 173px;
}

.recruitpic {
    width: 132px;
    height: 153px;
    float: left;
}

.recruitconc {
    width: 640px;
    height: 143px;
    padding-top: 5px;
    float: right;
}

.recruitconc li {
    width: 372px;
    height: 35px;
    line-height: 35px;
    color: #444444;
}

.apply {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #68b92e;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-right: 100px;
    float: right;
}

.apply:hover {
    background: #ff9904;
    transition: 0.5s all;
}

.xxsmys {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px #a82127 solid;
}

.xxsmwz {
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    display: block;
    background-color: #a82127;
}


/*订单*/

.formys {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    color: #555555;
    margin: 0 auto
}

.formmcys {
    float: left;
    width: 20%;text-align: right;
}

.cpmcys {
    width: 400px;
    height: 35px;
    border: 1px solid #d2d4d6;
    font-family: "微软雅黑";
    color: #555555;
    background: #f9f9f9;
    font-size: 14px;
}

.formbz {
    float: left;
}

.G_InputText {
    width: 300px;
    height: 35px;
    border: 1px solid #d2d4d6;
    background: #fff;
}

.G_textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #dedede;
    background: #fff;
}

.G_ul {
    width: 100%;
}

.G_botton {
    width: 55px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: #08aaf0;
    cursor: pointer;
}

.borderLi {
    width:100%;
    height: auto;
    padding-top: 15px;
}

.G_tips {
    width: 486px;
    margin: 10px auto 0 auto;
    border: 1px solid #dedede;
    padding: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

.sub {
    background: #a82127;
    width: 105px;
    height: 32px;
    font-size: 16px;
    border: none;
    color: #fff;
    font-family: "微软雅黑";
    transition: 0.4s all;
    display: block;
}

.sub:hover {
    background: #333333;
}